projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b71b80
)
Dismiss help text when item becomes unactivated on oldXMenu
author
Po Lu
<luangruo@yahoo.com>
Wed, 2 Mar 2022 01:46:44 +0000
(09:46 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Wed, 2 Mar 2022 01:46:44 +0000
(09:46 +0800)
* oldXMenu/Activate.c (XMenuActivate): Dismiss help text when
leaving an item.
oldXMenu/Activate.c
patch
|
blob
|
history
diff --git
a/oldXMenu/Activate.c
b/oldXMenu/Activate.c
index 447b7398ca28109ebf44045d307d07a82dbf354d..2d1d50683283cd20f496232d9f573a3b203ae9cf 100644
(file)
--- a/
oldXMenu/Activate.c
+++ b/
oldXMenu/Activate.c
@@
-457,6
+457,9
@@
XMenuActivate(
* deactivate it.
*/
if (cur_s->activated) {
+ /* Emacs specific, HELP_STRING cannot be validly NULL
+ * in the real XMenu library. */
+ help_callback (NULL, cur_p->serial, cur_s->serial);
cur_s->activated = False;
_XMRefreshSelection(display, menu, cur_s);
}